projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23fb64
)
Disable theme engines for now
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Dec 2010 15:12:22 +0000
(10:12 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Dec 2010 15:19:00 +0000
(10:19 -0500)
They need to be ported to GtkThemingEngine.
modules/engines/Makefile.am
patch
|
blob
|
history
diff --git
a/modules/engines/Makefile.am
b/modules/engines/Makefile.am
index 7f652395518fa3d98bd24e3959630d6cdf13bfcb..5af553f16e928df5024016df06615d7da0295184 100644
(file)
--- a/
modules/engines/Makefile.am
+++ b/
modules/engines/Makefile.am
@@
-4,6
+4,10
@@
if USE_WIN32
wimp = ms-windows
endif
-SUBDIRS = $(wimp) pixbuf
+# the theme engines need to be ported to GtkThemingEngine
+# SUBDIRS = $(wimp) pixbuf
+
+DIST_SUBDIRS = ms-windows pixbuf
+
-include $(top_srcdir)/git.mk